home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
graphics
/
scripts
/
DefineButton2_414
/
BUTTONCONDACTION on(release).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
394 b
|
15 lines
on(release){
tellTarget("_level50")
{
gotoAndStop("off");
}
if(eval("_level0:" add eval("_level0:focus") add "_module") eq "pf")
{
set("_level40/sound/lib:sound","23");
call("_level40/sound/lib:play");
path = "_level15/" add _name.substr("1","2") add "/pf/codelib";
set(path add ":unloadMe","1");
call(path add ":apply");
}
}